home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Book Chapters / 05 - User Interaction / KeyConfig w⁄DialogUtils / DialogUtils.h < prev    next >
Text File  |  1995-03-07  |  429b  |  9 lines

  1. /*Headers for DialogUtils.c*/
  2. /* By Ingemar Ragnemalm 1993-1995 */
  3.  
  4. void SetTextDItem(DialogPtr theDialog, short itemNumber, Str255 theString);
  5. void GetTextDItem(DialogPtr theDialog, short itemNumber, Str255 theString);
  6. void SetBooleanDItem(DialogPtr theDialog, short itemNumber, Boolean theBoolean);
  7. Boolean GetBooleanDItem(DialogPtr theDialog, short itemNumber);
  8. void ToggleBooleanDItem(DialogPtr theDialog, short itemNumber);
  9.